.btn-htb {
  color: #fff;
  outline: none;
  border: none;
  background-color: #2F7CFF;
  border-radius: 5px;
}

.exclusive-box {
  background-image: url(https://huluwa-portal.oss-cn-qingdao.aliyuncs.com/newsite/img/home/blue-bg.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 45px;
}

.exclusive-main {
  text-align: center;
  color: #fff;
}

.exclusive-main h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.exclusive-main p {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}

.exclusive-main button {
  background-color: #fff;
  color: #4063C0;
  width: 140px;
  height: 42px;
  font-size: 18px;
}


.footer-box {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background-color: #353c53;
  background-image: url("https://tgimages.fangxinqian.cn/webgw/imagegw/home/img/footer/footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.footer-column {
  display: flex;
  justify-content: space-between;
}

.footer-column dl {
  color: #fff;
  font-weight: 400;
}

.footer-column dl dt {
  font-size: 16px;
  margin-bottom: 42px;
}

.footer-column dl dd {
  font-size: 14px;
  color: #CCCCCC;
  margin-bottom: 30px;
}

.footer-address {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}

.footer-address>div {
  margin-bottom: 10px;
}

.footer-address h1 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-qrcode {
  color: #fff;
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 0;
}

.footer-qrcode>div {
  width: 50%;
}

.footer-qrcode>div img {
  width: 162px;
}

.footer-qrcode p {
  margin-top: 20px;
  font-size: 14px;
}

.htb-form {
  position: relative;
}

.tip-msg {
  font-size: 12px;
  color: red;
  position: absolute;
  left: 0;
  display: none;
  line-height: 0;
}

.f-form-item {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  border-radius: 4px;
  line-height: 58px;
}

.f-form-item input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  padding-left: 20px;
  color: #fff;
}

.f-form-item input::-webkit-input-placeholder {
  color: #e0e0e0;
}

.f-form-item input:-moz-placeholder {
  /* FF 4-18 */
  color: #e0e0e0;
}

.f-form-item input::-moz-placeholder {
  /* FF 19+ */
  color: #e0e0e0;
}

.f-form-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #e0e0e0;
}

.f-form-1 {
  border: none;
  display: flex;
  justify-content: space-between;
}

.f-form-1>div {
  width: 48%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 4px;
}

.f-form-4 {
  background-color: #fff;
  color: #4680FD;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
}


.friend-link {
  display: flex;
  font-size: 16px;
  color: rgb(206, 204, 204, 0.1);
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #fff;
}

.friend-link .link-box {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.friend-link .link-box a {
  display: block;
  font-size: 14px;
  margin-right: 10px;
  color: rgb(206, 204, 204, 0.1);
  text-decoration: none;
  margin-bottom: 10px;
}


.gw-footer {
  width: 100%;
  min-height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #243151;
  color: #FFFFFF;
  font-size: 14px;
}

.modal-dialog{
  margin: 15% auto;
}
.modal-body {
  text-align: center;
  padding-top: 30px;
}
.modal-body .modal-body-icon{
  width: 50px;
}
.modal-body p:nth-child(2){
  font-size: 20px;
  color: #222;
  margin-top: 30px;
}
.modal-body p:nth-child(3){
  color: #2a72ff;
  margin-top: 10px;
}


@media (max-width: 1200px) {
  .gw-footer {
    line-height: 1.3;
    padding: 15px;
  }

  .footer-box {
    padding: 40px 0;
  }
}

/* // 咨询 s */
.consults {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 999;
}

.consults li {
  width: 70px;
  height: 70px;
  padding-top: 14%;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  background-color: #2F7CFF;
}

.consults li img {
  width: 28px;
  height: 28px;
  margin-bottom: 2px;

}

.consults li img.arrow {
  width: 22px;
  height: auto;
  margin-top: 26%;
}

.consults li:not(:first-child) {
  margin-top: 10px;
}

.consults li .fixbox {
  padding-right: 10px;
  position: absolute;
  right: 70px;
  top: 26%;
  display: none;
}

.consults li .fixbox.fixbox2 {
  top: 52%;
}

.consults li .fixbox div {
  width: 136px;
  font-size: 16px;
  color: #000;
  background-color: #ffffff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.consults li .fixbox p {
  margin: 0;
}

.consults li .fixbox a {
  color: #000;
  display: block;
}

.consults li .fixbox div img {
  width: 100%;
  height: auto;
}

.footer-column a {
  color: #CCCCCC;
}

.footer-column a:hover {
  color: #4680FD;
}

/* // 咨询 e */

@media (max-width: 500px) {
  .gw-footer {
    margin-bottom: 52px;
  }

  .exclusive-main h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .hidden-xs {
    display: none;
  }

  .visible-xs {
    display: block;
  }

  .exclusive-main p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
  }

  .exclusive-main button {
    width: 120px;
    height: 36px;
    font-size: 16px;
  }
}

@media (min-width: 700px) {
  .phone {
    display: none;
  }

}

@media (max-width: 700px) {

  .fixcontainer {
    display: none;
  }

  .phone {
    display: block;
  }

  .consults {
    width: 100%;
    position: fixed;
    top: calc(100vh - 52px);
    bottom: 0 !important;
    display: flex;
    /* z-index: 9898; */
  }

  .consults {
    width: 100%;
    position: fixed;
    top: calc(100vh - 52px);
    bottom: 0 !important;
    display: flex;
  }

  .consults li {
    width: 50%;
    height: 52px;
    padding: 0px;
    color: #333;
    border-radius: 0;
    text-align: center;
    background-color: #ffffff;
  }

  .consults #nb_icon_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .consults #nb_icon_wrap p {
    display: inline-block;
    height: 22px;
    margin: 0;
  }

  .consults li:not(:first-child) {
    margin: 0;
  }

  .consults .phone {
    color: #ffffff;
    line-height: 52px;
    background-color: #2F7CFF;
  }

  .consults li img {
    width: 22px;
    height: 22px;
    margin: 0;
    border: 0;
    vertical-align: middle;
  }

}